Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893, r11389...
[lhc/web/wiklou.git] / includes / installer / DatabaseInstaller.php
index 046fa16..14604c1 100644 (file)
@@ -158,7 +158,7 @@ abstract class DatabaseInstaller {
                }
                $this->db->selectDB( $this->getVar( 'wgDBname' ) );
 
-               if( $this->db->tableExists( 'archive', __METHOD__ ) ) {
+               if( $this->db->tableExists( 'user', __METHOD__ ) ) {
                        $status->warning( 'config-install-tables-exist' );
                        $this->enableLB();
                        return $status;